home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / dclusr35.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  629 b   |  16 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("DCLUSR35.res");
  5. USEPACKAGE("vcl35.bpi");
  6. //---------------------------------------------------------------------------
  7. #pragma package(smart_init)
  8. //---------------------------------------------------------------------------
  9. //   Package source.
  10. //---------------------------------------------------------------------------
  11. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  12. {
  13.         return 1;
  14. }
  15. //---------------------------------------------------------------------------
  16.